projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816b91a
)
Revert "Fix one of the tags/xref warnings in viper-ex.el"
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 19 Jun 2019 13:21:20 +0000
(15:21 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 19 Jun 2019 13:21:20 +0000
(15:21 +0200)
This reverts commit
4f2f95049738be97df8647705a8fc05a029ed244
.
We can't mix calls to find-tag and xref-find-definitions
lisp/emulation/viper-ex.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-ex.el
b/lisp/emulation/viper-ex.el
index 852bf0c8beb1bd93d6f2c273ad090a1a5cfa2c32..45b91cd9c0ec1a072eb6aa4f399802ec5fa25db1 100644
(file)
--- a/
lisp/emulation/viper-ex.el
+++ b/
lisp/emulation/viper-ex.el
@@
-2017,7
+2017,7
@@
Please contact your system administrator. "
(progn
(if (string= tag "")
(find-tag ex-tag t)
- (
xref-find-definitions
-other-window ex-tag))
+ (
find-tag
-other-window ex-tag))
(viper-change-state-to-vi))
(error
(viper-change-state-to-vi)